-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve date filter on registration table #2047
Preserve date filter on registration table #2047
Conversation
/gcbrun |
Temporary Url for review: https://bcregistry-assets-dev--pr-2047-vo6ktze4.web.app |
@@ -30,6 +31,7 @@ | |||
</b> | |||
<BaseDatePicker | |||
class="date-selection__picker mt-2" | |||
:default-selected-date="endDate" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing but in this project we've been going with camelCase for the prop names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
So the issue was just the display of the date in the picker?
The date was still filtering by the date under the hood?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Displaying the date and place holder text. I think that's why. |
@cameron-eyds |
Issue #: /bcgov/entity#23445
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the PPR license (Apache 2.0).